Skip to content

Conversation

@vogelsgesang
Copy link
Member

@vogelsgesang vogelsgesang commented Nov 3, 2025

Due to me not double-checking my PR, an overly eager AI auto-completion made it into my previous PR :/

Due to overly eager AI auto-completions and me not double-checking my
PR, my previous change was slightly incorrect :/
@vogelsgesang vogelsgesang requested a review from a team as a code owner November 3, 2025 20:07
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 3, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 3, 2025

@llvm/pr-subscribers-libcxx

Author: Adrian Vogelsgesang (vogelsgesang)

Changes

Due to overly eager AI auto-completions and me not double-checking my PR, my previous change was slightly incorrect :/


Full diff: https://github.com/llvm/llvm-project/pull/166226.diff

1 Files Affected:

  • (modified) libcxx/docs/TestingLibcxx.rst (+1-1)
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 062c09571eafe..e15c5b1a5d32f 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -451,7 +451,7 @@ Instead use:
 
 .. code-block:: cpp
 
-   // REQUIRES: requires-std-at-least-c++26
+   // REQUIRES: std-at-least-c++26
 
 There is no corresponding ``std-at-most-c++23``. This could be useful when
 tests are only valid for a small set of standard versions. For example, a

@vogelsgesang vogelsgesang changed the title [libc++][docs] Fix documentation of REQUIRES: std-at-least-* [libc++][docs] Fix documentation of REQUIRES: std-at-least-* Nov 3, 2025
@vogelsgesang vogelsgesang merged commit dccced2 into llvm:main Nov 3, 2025
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants